1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{AE9B0AC0-3236-4663-9A0A-E36235544EF6}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>CSWin7ShellLibrary</RootNamespace>
12 <AssemblyName>CSWin7ShellLibrary</AssemblyName>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>..\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>pdbonly</DebugType>
27 <Optimize>true</Optimize>
28 <OutputPath>..\Release\</OutputPath>
29 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
34 <Reference Include="Microsoft.WindowsAPICodePack, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
35 <SpecificVersion>False</SpecificVersion>
36 <HintPath>..\_External_Dependencies\Microsoft.WindowsAPICodePack.dll</HintPath>
38 <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
39 <SpecificVersion>False</SpecificVersion>
40 <HintPath>..\_External_Dependencies\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
42 <Reference Include="PresentationCore">
43 <RequiredTargetFramework>3.0</RequiredTargetFramework>
45 <Reference Include="PresentationFramework">
46 <RequiredTargetFramework>3.0</RequiredTargetFramework>
48 <Reference Include="System" />
49 <Reference Include="System.Core">
50 <RequiredTargetFramework>3.5</RequiredTargetFramework>
52 <Reference Include="System.Windows.Forms" />
53 <Reference Include="System.Xml.Linq">
54 <RequiredTargetFramework>3.5</RequiredTargetFramework>
56 <Reference Include="System.Data.DataSetExtensions">
57 <RequiredTargetFramework>3.5</RequiredTargetFramework>
59 <Reference Include="System.Data" />
60 <Reference Include="System.Xml" />
61 <Reference Include="WindowsBase">
62 <RequiredTargetFramework>3.0</RequiredTargetFramework>
66 <Compile Include="Program.cs" />
67 <Compile Include="Properties\AssemblyInfo.cs" />
70 <Content Include="ReadMe.txt" />
72 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
73 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
74 Other similar extension points exist, see Microsoft.Common.targets.
75 <Target Name="BeforeBuild">
77 <Target Name="AfterBuild">